gtk4.git
2020-02-22 Emmanuele BassiRemove GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER
2020-02-22 Emmanuele BassiRemove GtkFileChooser:local-only
2020-02-22 Emmanuele BassiRemove GtkFileChooser:show-hidden
2020-02-22 Emmanuele BassiRemove overwrite confirmation machinery from GtkFileChooser
2020-02-22 Emmanuele BassiDrop GtkFileChooser:extra-widget
2020-02-22 Emmanuele BassiRemove filename/URI API from GtkFileChooser
2020-02-22 Benjamin OtteMerge branch 'wip/otte/dnd' into 'master'
2020-02-22 Matthias ClasenRemove GdkSeatGrabPrepareFunc from headers
2020-02-22 Matthias ClasenAdd a warning when a grab fails
2020-02-22 Benjamin Ottetests: Guard variables with necessary macros
2020-02-22 Benjamin Ottetreeviewcolumn: Inline variable into return_if_fail()
2020-02-22 Benjamin Ottetestsuite: Don't use g_return_if_fail()
2020-02-22 Benjamin Ottetestsuite: Don't use return_if_fail()
2020-02-22 Benjamin Ottetreeview: Guard code by right compiler macros
2020-02-22 Benjamin Ottescrolledwindow: Inline variable into return_if_fail()
2020-02-22 Benjamin Otteiconview: Inline variables into return_if_fail()
2020-02-22 Benjamin Ottelevelbar: Guard function by right compiler macros
2020-02-22 Benjamin Ottefilesystemmodel: Guard variable with correct compiler...
2020-02-22 Benjamin Ottecombobox: Inline variables into return_if_fail()
2020-02-22 Benjamin Ottecomboboxtext: Inline functions into return_if_fail()
2020-02-22 Benjamin Ottedevice: Inline function into return_if_fail()
2020-02-22 Benjamin Ottedrop: Guard variable with correct compiler flags
2020-02-22 Benjamin Ottesurface: Inline function
2020-02-22 Benjamin Ottemain: Don't synthesize crossing events when nothing...
2020-02-22 Benjamin Ottestackswitcher: Use GdkDropControllerMotion
2020-02-22 Benjamin OttePort simple cases to GtkDropControllerMotion
2020-02-22 Benjamin Ottetestsuite: Check proper notify emissions, too
2020-02-22 Benjamin OtteAdd GtkDropControllerMotion
2020-02-22 Benjamin Otteeventcontrollermotion: Fix docs
2020-02-22 Benjamin Ottegtk: Bubble drag events like motion events
2020-02-22 Benjamin Otteevents: Use GdkDrop as event sequence
2020-02-22 Benjamin Ottewidget: Simplify adjust_allocation()
2020-02-22 Benjamin Ottewidget: Pull margin computation out of adjust_allocation
2020-02-22 Benjamin Ottesizerequest: Stop clamping for_size to natural size
2020-02-22 Benjamin Ottewidget: Don't check for natives
2020-02-22 Benjamin OtteEnsure all natives request at least a 1px wide surface
2020-02-22 Matthias ClasenMerge branch 'color-float-fix' into 'master'
2020-02-22 Matthias Clasencolor chooser: Fix fallout from floatification
2020-02-22 Matthias ClasenMerge branch 'wip/xdg-popup-layout-no-op' into 'master'
2020-02-22 Matthias ClasenMerge branch 'wip/gdkpopuplayout-section' into 'master'
2020-02-21 Jonas Ådahldocs: Add GdkPopupLayout to gdk4-sections.txt
2020-02-21 Jonas Ådahlgdk/wayland: Avoid relayout with the same properties
2020-02-21 Jonas Ådahlgdk/popup-layout: Remove leftover struct field
2020-02-21 Benjamin OtteMerge branch 'wip/otte/for-master' into 'master'
2020-02-21 Benjamin Ottesurface: Don't take a display argument in gdk_surface_n...
2020-02-21 Benjamin OtteMerge branch 'wip/otte/for-master' into 'master'
2020-02-21 Benjamin Ottetransform: Don't crash for gsk_transform_transform...
2020-02-21 Benjamin Ottetransform: Make sure the identity transform is equal...
2020-02-21 Benjamin Ottex11: When clearing old Drop, emit LEAVE event
2020-02-21 Benjamin Ottegdk: Make DRAG_ENTER event take x/y coordinates
2020-02-21 Benjamin Ottetransform: Add optimization for common case
2020-02-21 Piotr DrągUpdate POTFILES.in
2020-02-21 Matthias Clasenprofiling: Avoid one extra printf
2020-02-21 Matthias Clasenprofiling: Avoid criticals
2020-02-21 Matthias ClasenMerge branch 'readonly-events-1' into 'master'
2020-02-21 Matthias Clasendocs: Remove some no-longer existing api
2020-02-21 Matthias ClasenStop exporting gtk_get_event_widget
2020-02-21 Matthias Clasengtk-demo: Stop using gtk_get_event_widget
2020-02-21 Matthias Clasengdk: Drop event structs from the headers
2020-02-21 Matthias Clasengtk: Stop using GtkEventButton
2020-02-21 Matthias Clasengtk: Stop using GdkEventKey
2020-02-21 Matthias Clasena11y: drop unused code
2020-02-21 Matthias Clasenmotion controller: Match focus event propagation
2020-02-21 Matthias ClasenKeep more event controller api private
2020-02-21 Matthias ClasenStop exporting check_event_sanity
2020-02-21 Matthias ClasenBring back im context focus-in/out
2020-02-21 Matthias ClasenGo back to ::enter/::leave for pointer changes
2020-02-21 Matthias ClasenSplit off GtkEventControllerFocus
2020-02-21 Matthias Clasenwip: Add more information to crossing events
2020-02-21 Matthias Clasenwin32: Remove some leftover event struct access
2020-02-21 Matthias Clasenwayland: Fix a release build warning
2020-02-21 Matthias ClasenUpdate the focus test
2020-02-21 Matthias ClasenUpdate event docs section
2020-02-21 Matthias ClasenClean up GdkEventType docs
2020-02-21 Matthias ClasenSome event struct packing improvements
2020-02-21 Matthias ClasenStreamline event structs
2020-02-21 Matthias Clasenx11: Remove some leftover event struct access
2020-02-21 Matthias Clasenx11: Stop using the send_event event field
2020-02-21 Matthias ClasenAlways deliver focus events to toplevels
2020-02-21 Matthias ClasenDrop gtk_widget_event from API
2020-02-21 Matthias Clasenevents: reorganize getters
2020-02-21 Matthias ClasenDrop gdk_set/get_show_events
2020-02-21 Matthias ClasenStrip const from GdkEvent
2020-02-21 Matthias Clasenevents: Drop all setters
2020-02-21 Matthias Clasenevents: Drop target and related target
2020-02-21 Matthias Clasenmain: Stop calling gdk_event_set_target
2020-02-21 Matthias ClasenStop using gdk_event_get_target
2020-02-21 Matthias Clasengesture: Keep the target widget for events
2020-02-21 Matthias Claseneventcontroller: Make the target widget available
2020-02-21 Matthias ClasenExplicitly pass the target to handle_event
2020-02-21 Matthias ClasenStop looking at the related target for filtering
2020-02-21 Matthias ClasenReinstate filtering for crossing events
2020-02-21 Matthias ClasenMake crossing events handled the same way
2020-02-21 Matthias ClasenNew focus change handling
2020-02-21 Matthias Clasenwip: scrolledwindow stop using targets
2020-02-21 Matthias Clasenmain: Drop gtk_get_event_target
2020-02-21 Matthias Clasentooltip: stop using gtk_get_event_target
2020-02-21 Matthias ClasenStop using gtk_get_event_target
2020-02-21 Matthias ClasenPass translated coordinates outside the event
2020-02-21 Matthias ClasenDrop GDK_NOTHING
next